Versions:
EnterpriseStateClassify is a lightweight Microsoft-supplied utility designed for network administrators who need to determine whether a remote host belongs to a personal user or to an enrolled corporate estate. Released in a single 1.0 build, the command-line program queries a target device on the local network and returns either the string “PERSONAL” or the unique enterprise identifier that the endpoint reports through its management channel. The classification result is drawn from the same enterprise-state APIs that Windows uses to decide whether to apply organizational policy, making the tool valuable for asset-discovery scripts, compliance audits, and automated onboarding workflows. Typical use cases include verifying that a newly imaged laptop has successfully joined the tenant before it is handed to an employee, confirming that a bring-your-own-device candidate is not already governed by another company, or feeding a CMDB with a definitive PERSONAL / CORPORATE flag during a network scan. Because the utility exposes no graphical interface and emits only a short text response, it can be piped into PowerShell, Bash, or any orchestration platform that supports executable calls. The program ships as a standalone EXE that requires no installation and runs under any account that has basic network reachability to the destination, although the target must be online and allow the state query. EnterpriseStateClassify is available for free on get.nero.com, with downloads served through trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.
Tags: